home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / supported / xypic / src / xyps-c.doc < prev    next >
Text File  |  1995-03-15  |  4KB  |  103 lines

  1. %% $Id: xyps-c.doc,v 2.9 1994/06/09 14:38:56 ross Exp $
  2. %%
  3. %% XY-pic ``Colour extension'' PostScript backend support.
  4. %% Copyright (c) 1993-1994    Ross Moore    <ross@mpce.mq.edu.au>
  5. %%
  6. %% This file is part of the XY-pic package for graphs and diagrams in TeX.
  7. %% See the companion README and INSTALL files for further information.
  8. %% Copyright (c) 1991-1994    Kristoffer H. Rose    <kris@diku.dk>
  9. %%
  10. %% The XY-pic package is free software; you can redistribute it and/or modify
  11. %% it under the terms of the GNU General Public License as published by the
  12. %% Free Software Foundation; either version 2 of the License, or (at your
  13. %% option) any later version.
  14. %%
  15. %% The XY-pic package is distributed in the hope that it will be useful, but
  16. %% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  17. %% or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  18. %% for more details.
  19. %%
  20. %% You should have received a copy of the GNU General Public License along
  21. %% with this package; if not, write to the Free Software Foundation, Inc.,
  22. %% 675 Mass Ave, Cambridge, MA 02139, USA.
  23. %%
  24. \ifx\xypscloaded\relax \message{not reloaded}\endinput \fi
  25. \let\xypscloaded=\relax \xycatcodes
  26.  
  27. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28.  
  29. This included file (version \stripRCS$Revision: 2.9 $) provides \XY-ps
  30. support for the effects defined in the |color| extension.
  31.  
  32. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  33. \DOCHEADER
  34.  
  35. All effects defined in the |color| extension can
  36. be implemented using the \PS\ back-end, loaded as |xyps|. 
  37. This file provides ``generic'' \PS\ code which is known to work
  38. correctly with most drivers. No attempt is made to provide special
  39. code for particular drivers; for driver-specific variations, consult
  40. the appropriate |xyps-|<driver> file.
  41.  
  42. \DOCMODE(
  43. \xyrequire{color}
  44. \xyrequire{ps}
  45. \xycatcodes
  46. \DOCMODE)
  47.  
  48. \DOCMODE(
  49. \xydef@\xyPSnewcolor@#1#2{%
  50.  \expandafter\DN@\expandafter{\csname *shape@#1@\endcsname}%
  51.  \DNii@{\relax}\ifx\next@\nextii@\newxycolor{#1}{}\relax\fi
  52.  \expandafter\DNii@\expandafter{\csname xyPSshape@#1@\endcsname}%
  53.  \expandafter\def\nextii@{\xyPScolor@{#2}}%
  54.  \ifx\nextii@\empty\expandafter\def\next@{\xyPSnotimplemented@@`#1'@@}%
  55.  \else
  56.   \edef\tmp@{\noexpand\let\expandafter\noexpand\next@
  57.    \expandafter\noexpand\nextii@}\expandafter\tmp@\fi }
  58.  
  59. \xydef@\xyPScolor@#1{\bgroup
  60.  \def\preStyle@@{\xyPSpre@}\def\postStyle@@{\xyPSpost@}% 
  61.  \let\modPSboxz@=\modXYstyle@ 
  62. % \xyPSsplitPS@{mark{#1}xyc}{xypop}%
  63.  \xyPSsplitPS@{#1 /xycolor{#1}def }{}%
  64.   \toks@={\egroup\let\xy@style@=\relax \def\Drop@@}%
  65.  \expandafter\addtotoks@\expandafter{\expandafter{\Drop@@}\def\Connect@@}%
  66.  \expandafter\addtotoks@\expandafter{\expandafter{\Connect@@}}\the\toks@}
  67.  
  68. \xyPSalternative@{\xycolor@}{color}
  69. \xyPSalternative@{\newxycolor@}{newcolor}
  70. \DOCMODE)
  71.  
  72. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  73.  
  74. \paragraph*{The end \& Log}\leavevmode
  75.  
  76. \DOCMODE(
  77. \xyendinput
  78.  
  79. % $Log: xyps-c.doc,v $
  80. % Revision 2.9  1994/06/09  14:38:56  ross
  81. % Release 3beta.
  82. % Includes support for special effects: Rotations, Scaling, Line-width, Colour.
  83. % Back-ends are separated into separate files.
  84. % More back-ends are supported, experimentally --- needs testing.
  85. %
  86. % Revision 2.9  1994/06/09  14:38:56  ross
  87. % Release 3beta.
  88. % Includes support for special effects: Rotations, Scaling, Line-width, Colour.
  89. % Back-ends are separated into separate files.
  90. % More back-ends are supported, experimentally --- needs testing.
  91. %
  92. % NEW for version 2.9 by by Ross Moore.
  93. \DOCMODE)
  94.  
  95. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  96.  
  97. % Tell Emacs that this is a LaTeX document and how it is formatted:
  98. % Local Variables:
  99. % mode:latex
  100. % fill-column:77
  101. % fill-prefix:""
  102. % End:
  103.